home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / winsql20.zip / EXAMPLEC.BAT < prev    next >
DOS Batch File  |  1991-10-26  |  185b  |  5 lines

  1. cl -AS -c -G2sw -Owxz -Zep example.c
  2. rc -r example.rc
  3. link /a:16 /nod example.obj, example.exe, example.map, slibcew win87em libw sql.lib, example.def
  4. rc -t example.res example.exe
  5.